object searchresultsform: Tsearchresultsform Left = 332 Top = 207 BorderStyle = bsDialog Caption = 'Search Results' ClientHeight = 484 ClientWidth = 531 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object okButton: TButton Left = 436 Top = 440 Width = 75 Height = 33 Caption = '&Close' TabOrder = 0 OnClick = okButtonClick end object resultslistbox: TListBox Left = 16 Top = 16 Width = 497 Height = 409 ItemHeight = 16 TabOrder = 1 OnDblClick = resultslistboxDblClick end object locatebutton: TButton Left = 296 Top = 440 Width = 107 Height = 33 Caption = '&Locate Item' TabOrder = 2 OnClick = locatebuttonClick end end